cssnode: Merge the 2 places that compute styles
authorBenjamin Otte <otte@redhat.com>
Sun, 22 Feb 2015 22:28:04 +0000 (23:28 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 18 Mar 2015 14:23:32 +0000 (15:23 +0100)
commit092ff983f734776e31bcfa033c820e8c1f7f1ee3
tree2d19b4726cac3651a1186e1e98877b637464a9f3
parentdf51bc836b24a67a2238a8ae7c2876a21c91a604
cssnode: Merge the 2 places that compute styles

Now that the widget node recomputes styles on update_style() we can just
call it during validate(). That way, we don't need the widget node to
manually compute its style.
gtk/gtkcssnode.c
gtk/gtkcssnodeprivate.h
gtk/gtkcsswidgetnode.c